home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / mhis020.zip / CRITHDR.MEX < prev    next >
Text File  |  1996-09-06  |  220b  |  11 lines

  1. #include <max.mh>
  2. #include "callers.mh"
  3. #include "callcrit.mh"
  4.  
  5. int main () {
  6.   read_callers ();
  7.   print (AVATAR_CLS, COL_YELLOW, "\nCALLER MASK:\n\n");
  8.   show_criteria (callers.criteria);
  9.   print ("\n");
  10.   }
  11.